XML Einrichten Version 1.2
Unit Simple Type
XML Einrichten Version 1.2 : Unit Simple Type
Beschreibung
Einheit
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
Unit Simple Type
Overview
Unit Restriction of xs:string
Einheit
Facette (Aspekt)
MaxLength3
MinLength1
Quelle
<xs:simpleType name="Unit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Einheit</xs:documentation>
    <xs:documentation xml:lang="en">Unit </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
    <xs:minLength value="1" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.2